[INFO] cloning repository https://github.com/ML-KULeuven/Revisiting-Pseudo-Boolean-Encodings-from-an-Integer-Perspective
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ML-KULeuven/Revisiting-Pseudo-Boolean-Encodings-from-an-Integer-Perspective" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FML-KULeuven%2FRevisiting-Pseudo-Boolean-Encodings-from-an-Integer-Perspective", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FML-KULeuven%2FRevisiting-Pseudo-Boolean-Encodings-from-an-Integer-Perspective'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2742d1b95325ebc14f9e1c63b097ff1499a533d1
[INFO] checking ML-KULeuven/Revisiting-Pseudo-Boolean-Encodings-from-an-Integer-Perspective against try#f4690f24e7d9bcb0b168a02b06dd61391e8bd55a for pr-157814-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FML-KULeuven%2FRevisiting-Pseudo-Boolean-Encodings-from-an-Integer-Perspective" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files:  97% (683/698)
Updating files:  98% (685/698)
Updating files:  99% (692/698)
Updating files: 100% (698/698)
Updating files: 100% (698/698), done.
[INFO] started tweaking git repo https://github.com/ML-KULeuven/Revisiting-Pseudo-Boolean-Encodings-from-an-Integer-Perspective
[INFO] finished tweaking git repo https://github.com/ML-KULeuven/Revisiting-Pseudo-Boolean-Encodings-from-an-Integer-Perspective
[INFO] tweaked toml for git repo https://github.com/ML-KULeuven/Revisiting-Pseudo-Boolean-Encodings-from-an-Integer-Perspective written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ML-KULeuven/Revisiting-Pseudo-Boolean-Encodings-from-an-Integer-Perspective on toolchain f4690f24e7d9bcb0b168a02b06dd61391e8bd55a
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f4690f24e7d9bcb0b168a02b06dd61391e8bd55a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ML-KULeuven/Revisiting-Pseudo-Boolean-Encodings-from-an-Integer-Perspective already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f4690f24e7d9bcb0b168a02b06dd61391e8bd55a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7cf07dcec6eec8f91d8fcff9552b5c74122c05467aaf1800be6da9d6f61e2ab2" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 015e981ddf31c4a4c6aecd984722844655f8a9dd82a93827fa67bbba5f68949d
[INFO] running `Command { std: "docker" "start" "015e981ddf31c4a4c6aecd984722844655f8a9dd82a93827fa67bbba5f68949d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "015e981ddf31c4a4c6aecd984722844655f8a9dd82a93827fa67bbba5f68949d" "/opt/rustwide/cargo-home/bin/cargo" "+f4690f24e7d9bcb0b168a02b06dd61391e8bd55a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "015e981ddf31c4a4c6aecd984722844655f8a9dd82a93827fa67bbba5f68949d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "015e981ddf31c4a4c6aecd984722844655f8a9dd82a93827fa67bbba5f68949d" "/opt/rustwide/cargo-home/bin/cargo" "+f4690f24e7d9bcb0b168a02b06dd61391e8bd55a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.89
[INFO] [stderr]    Compiling unicode-ident v1.0.3
[INFO] [stderr]    Compiling syn v1.0.99
[INFO] [stderr]    Compiling serde v1.0.215
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]     Checking either v1.8.0
[INFO] [stderr]     Checking miniz_oxide v0.6.2
[INFO] [stderr]     Checking regex-automata v0.1.10
[INFO] [stderr]    Compiling serde_json v1.0.85
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]     Checking getrandom v0.2.7
[INFO] [stderr]     Checking bytecount v0.6.3
[INFO] [stderr]     Checking ppv-lite86 v0.2.16
[INFO] [stderr]     Checking unicode-width v0.1.9
[INFO] [stderr]     Checking ryu v1.0.11
[INFO] [stderr]     Checking os_str_bytes v6.3.0
[INFO] [stderr]     Checking papergrid v0.7.1
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking itoa v1.0.3
[INFO] [stderr]     Checking itoa v0.4.8
[INFO] [stderr]     Checking rand_core v0.6.3
[INFO] [stderr]     Checking once_cell v1.14.0
[INFO] [stderr]     Checking iset v0.3.0
[INFO] [stderr]     Checking termcolor v1.1.3
[INFO] [stderr]     Checking rustc-hash v2.0.0
[INFO] [stderr]     Checking strsim v0.10.0
[INFO] [stderr]     Checking itertools v0.10.3
[INFO] [stderr]     Checking cc v1.0.73
[INFO] [stderr]     Checking clap_lex v0.3.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking flate2 v1.0.25
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking csv-core v0.1.10
[INFO] [stderr]     Checking pindakaas-build-macros v0.1.0 (/opt/rustwide/workdir/bin/pindakaas/crates/pindakaas-build-macros)
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling bzip2-sys v0.1.11+1.0.8
[INFO] [stderr]    Compiling pindakaas-cadical v2.1.0 (/opt/rustwide/workdir/bin/pindakaas/crates/pindakaas-cadical)
[INFO] [stderr]    Compiling syn v2.0.87
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking bzip2 v0.4.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr] error: could not compile `syn` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/f4690f24e7d9bcb0b168a02b06dd61391e8bd55a/bin/rustc --crate-name syn --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.99/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=015dd648f291bb84 -C extra-filename=-98d4986792bab600 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-7a7ef7363d934294.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-4f07b6d821f24b9b.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-540dfcff5a9d53d6.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `syn` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/f4690f24e7d9bcb0b168a02b06dd61391e8bd55a/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.87/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=77e77508eb213140 -C extra-filename=-1c2dad47b120b98a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-7a7ef7363d934294.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-4f07b6d821f24b9b.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-540dfcff5a9d53d6.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "015e981ddf31c4a4c6aecd984722844655f8a9dd82a93827fa67bbba5f68949d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "015e981ddf31c4a4c6aecd984722844655f8a9dd82a93827fa67bbba5f68949d", kill_on_drop: false }`
[INFO] [stdout] 015e981ddf31c4a4c6aecd984722844655f8a9dd82a93827fa67bbba5f68949d
